home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / utilities / mapeditor.lha / mapeditor / arexx / MapLoader.readme < prev    next >
Encoding:
Text File  |  1995-03-02  |  1.9 KB  |  45 lines

  1.                                  MapLoader
  2.                                  =========
  3.  
  4.                    A Simple Arexx Example Supplied With
  5.                             LES Map Editor V2.0
  6.  
  7.                             By Stephen McNamara
  8.  
  9. This program is a very simple example of how to communicate with the Map
  10. Editor via arexx.  Run MapLoader after running Map Editor.  It will not pop
  11. up any requesters are do anything until you press the Arexx control keys
  12. inside the Map Editor.
  13.  
  14. For demonstration purposes the default control keys in the Map Editor are:
  15.  
  16.     F1 sys:rexxc/rx 'address "MapLoader" LOAD'
  17.     F2 sys:Rexxc/rx 'address "MapLoader" SAVE'
  18.     F3 sys:Rexxc/rx 'address "MapLoader" QUIT'
  19.     F4 sys:rexxc/rx 'address "MapLoader" ABOUT'
  20.  
  21. When you press these with the MapLoader program running a requester will
  22. pop up telling you the name of the command that was executed.  If you
  23. select QUIT, then the program will end after bring up the requester.
  24.  
  25. MapLoader is a very simple example, in fact it does absolutely nothing.
  26. The idea is that you'll be able to build on it and make it into a
  27. customized loader/saver for your own map file formats.  Be aware that the
  28. "MapLoader" segment of the above commands is the portname for the MapLoader
  29. program - it is not the filename of a program to run.  Thus if you change
  30. MapLoaders arexx portname from "MapLoader" you must change the above
  31. commands.
  32.  
  33. IF you have any problems with this program please get it contact with me
  34. and I'll try and help you out.  I'll obviously be more willing to help out
  35. registered users though :).  And please read the full arexx command list
  36. inside the AmigaGuide documentation for the Map Editor.
  37.  
  38. Note that the arexx command list for this program is being extended for the
  39. registered version - if you intend to use arexx extensively you should
  40. really consider registering your copy.
  41.  
  42.  
  43. Stephen McNamara.
  44. Leading Edge Software - 1995
  45.